Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: passt | Distribution: AlmaLinux |
Version: 0^20250217.ga1e48a0 | Vendor: AlmaLinux |
Release: 1.el9 | Build date: Wed Mar 12 23:49:19 2025 |
Group: System Environment/Daemons | Build host: ppc64le-builder02.almalinux.org |
Size: 748639 | Source RPM: passt-0^20250217.ga1e48a0-1.el9.src.rpm |
Packager: AlmaLinux Packaging Team <packager@almalinux.org> | |
Url: https://passt.top/ | |
Summary: User-mode networking daemons for virtual machines and namespaces |
passt implements a translation layer between a Layer-2 network interface and native Layer-4 sockets (TCP, UDP, ICMP/ICMPv6 echo) on a host. It doesn't require any capabilities or privileges, and it can be used as a simple replacement for Slirp. pasta (same binary as passt, different command) offers equivalent functionality, for network namespaces: traffic is forwarded using a tap interface inside the namespace, without the need to create further interfaces on the host, hence not requiring any capabilities or privileges.
GPL-2.0-or-later AND BSD-3-Clause
* Mon Feb 17 2025 Stefano Brivio <sbrivio@redhat.com> - 0^20250217.ga1e48a0-1 - Resolves: RHEL-79787 * Wed Jan 22 2025 Stefano Brivio <sbrivio@redhat.com> - 0^20250121.g4f2c8e7-3 - Resolves: RHEL-75654 * Tue Jan 21 2025 Stefano Brivio <sbrivio@redhat.com> - 0^20250121.g4f2c8e7-1 - Resolves: RHEL-75654 * Thu Nov 21 2024 Stefano Brivio <sbrivio@redhat.com> - 0^20241121.g238c69f-1 - Resolves: RHEL-65502 * Wed Aug 14 2024 Stefano Brivio <sbrivio@redhat.com> - 0^20240806-gee36266-2 - Resolves: RHEL-54268 * Wed Aug 07 2024 Stefano Brivio <sbrivio@redhat.com> - 0^20240806.gee36266-1 - Resolves: RHEL-53189 * Fri Aug 02 2024 Stefano Brivio <sbrivio@redhat.com> - 0^20240726.g57a21d2-1 - Resolves: RHEL-52638 * Mon Jun 24 2024 Stefano Brivio <sbrivio@redhat.com> - 0^20240624.g1ee2eca-1 - Resolves: RHEL-44837 * Wed May 22 2024 Stefano Brivio <sbrivio@redhat.com> - 0^20240510.g7288448-1 - Resolves: RHEL-37647 * Fri Dec 15 2023 Stefano Brivio <sbrivio@redhat.com> - 0^20231204.gb86afe3-1 - Resolves: RHEL-19590 * Tue Aug 22 2023 Stefano Brivio <sbrivio@redhat.com> - 0^20230818.g0af928e-4 - Switch to copies instead of links for pasta: previous workaround unreliable - Resolves: RHELPLAN-155811 * Tue Aug 22 2023 Stefano Brivio <sbrivio@redhat.com> - 0^20230818.g0af928e-3 - Explicit restorecon in scriptlet as rpm(8) mix up contexts with hard links - Resolves: RHELPLAN-155811 * Mon Aug 21 2023 Stefano Brivio <sbrivio@redhat.com> - 0^20230818.g0af928e-2 - Drop user_namespace create allow rule, incompatible with current el9 kernel - Resolves: RHELPLAN-155811 * Sat Aug 19 2023 Stefano Brivio <sbrivio@redhat.com> - 0^20230818.g0af928e-1 - Rebase from Fedora 39 - Resolves: RHELPLAN-155811 * Sun Jun 11 2023 Stefano Brivio <sbrivio@redhat.com> - 0^20230222.g4ddbcb9-4 - Drop (pointless) patches 20, 21, 22, actually apply changes to the spec file! - Refresh SELinux labels in scriptlets, require -selinux package (rhbz#2183089) - Don't install useless SELinux interface file for pasta (rhbz#2183106) * Fri Apr 28 2023 Stefano Brivio <sbrivio@redhat.com> - 0^20230222.g4ddbcb9-3 - Refresh SELinux labels in scriptlets, require -selinux package (rhbz#2183089) - Don't install useless SELinux interface file for pasta (rhbz#2183106) * Thu Mar 16 2023 Stefano Brivio <sbrivio@redhat.com> - 0^20230222.g4ddbcb9-2 - udp: Actually use host resolver to forward DNS queries (rhbz#2177075) - conf: Split add_dns{4,6}() out of get_dns() (rhbz#2177075) - conf, udp: Allow any loopback address to be used as resolver (rhbz#2177075) - tcp, tcp_splice: Get rid of false positive CWE-394 Coverity warning from fls() (rhbz#2177084) - tcp: Avoid false (but convoluted) positive Coverity CWE-476 warning (rhbz#2177084) - tcp: Avoid (theoretical) resource leak (CWE-772) Coverity warning (rhbz#2177084) - Fix definitions of SOCKET_MAX, TCP_MAX_CONNS (rhbz#2177084) - doc/demo: Fix and suppress ShellCheck warnings (rhbz#2177084) - contrib/selinux: Drop duplicate init_daemon_domain() rule (rhbz#2176813) - contrib/selinux: Let passt write to stdout and stderr when it starts (rhbz#2176813) - contrib/selinux: Allow binding and connecting to all UDP and TCP ports (rhbz#2176813) - contrib/selinux: Let interface users set paths for log, PID, socket files (rhbz#2176813) - contrib/selinux: Drop "example" from headers: this is the actual policy (rhbz#2176813) - contrib/selinux: Drop unused passt_read_data() interface (rhbz#2176813) - contrib/selinux: Split interfaces into smaller bits (rhbz#2176813) - fedora: Install SELinux interface files to shared include directory (rhbz#2176813) - tcp, udp, util: Pass socket creation errors all the way up (rhbz#2177080) - tcp, udp: Fix partial success return codes in {tcp,udp}_sock_init() (rhbz#2177080) - conf: Terminate on EMFILE or ENFILE on sockets for port mapping (rhbz#2177080) - tcp: Clamp MSS value when queueing data to tap, also for pasta (rhbz#2177083) - Fix up SELinux labels on install/uninstall, require matching -selinux package (rhbz#2176813) - Resolves: rhbz#2177075 rhbz#2177084 rhbz#2177080 rhbz#2177083 rhbz#2176813 * Wed Feb 22 2023 Camilla Conte <cconte@redhat.com> - 0^20230222.g4ddbcb9-1 - Import from fedora to CentOS/RHEL - Resolves: rhbz#2172244
/usr/bin/passt /usr/bin/passt-repair /usr/bin/pasta /usr/bin/qrap /usr/lib/.build-id /usr/lib/.build-id/1e /usr/lib/.build-id/1e/42af7dac78b30a6b28db7cea2f1dc284b0409e /usr/lib/.build-id/29 /usr/lib/.build-id/29/10993f2649dfff5132ba1b5eb13393bae27e22 /usr/lib/.build-id/3e /usr/lib/.build-id/3e/0dd4fbc1a7e900bcb236747eb62b0124d6b7df /usr/lib/.build-id/a0 /usr/lib/.build-id/a0/9a1aa8fa0736c6045ed7087b5f0a504e662c9e /usr/share/doc/passt /usr/share/doc/passt/README.md /usr/share/doc/passt/demo.sh /usr/share/licenses/passt /usr/share/licenses/passt/BSD-3-Clause.txt /usr/share/licenses/passt/GPL-2.0-or-later.txt /usr/share/man/man1/passt-repair.1.gz /usr/share/man/man1/passt.1.gz /usr/share/man/man1/pasta.1.gz /usr/share/man/man1/qrap.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jun 7 05:04:15 2025